Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement cosyvoice #1643

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Implement cosyvoice #1643

wants to merge 9 commits into from

Conversation

ooe1123
Copy link
Contributor

@ooe1123 ooe1123 commented Jan 19, 2025

@kyakuno
Copy link
Collaborator

kyakuno commented Feb 11, 2025

モデルアップロード済み。

macOSでは、
pip3 install WeTextProcessing==1.0.3
がエラーになる。

copying pynini/export/grm.py -> build/lib.macosx-15.0-arm64-cpython-312/pynini/export
      copying pynini/export/grm_example.py -> build/lib.macosx-15.0-arm64-cpython-312/pynini/export
      copying pywrapfst/__init__.pyi -> build/lib.macosx-15.0-arm64-cpython-312/pywrapfst
      copying pywrapfst/py.typed -> build/lib.macosx-15.0-arm64-cpython-312/pywrapfst
      copying pynini/__init__.pyi -> build/lib.macosx-15.0-arm64-cpython-312/pynini
      copying pynini/py.typed -> build/lib.macosx-15.0-arm64-cpython-312/pynini
      copying pynini/examples/py.typed -> build/lib.macosx-15.0-arm64-cpython-312/pynini/examples
      copying pynini/lib/py.typed -> build/lib.macosx-15.0-arm64-cpython-312/pynini/lib
      copying pynini/export/py.typed -> build/lib.macosx-15.0-arm64-cpython-312/pynini/export
      running build_ext
      building '_pywrapfst' extension
      creating build/temp.macosx-15.0-arm64-cpython-312/extensions
      clang++ -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c extensions/_pywrapfst.cpp -o build/temp.macosx-15.0-arm64-cpython-312/extensions/_pywrapfst.o -std=c++17 -Wno-register -Wno-deprecated-declarations -Wno-unused-function -Wno-unused-local-typedefs -funsigned-char -stdlib=libc++ -mmacosx-version-min=10.7
      extensions/_pywrapfst.cpp:1291:10: fatal error: 'fst/util.h' file not found
       1291 | #include <fst/util.h>
            |          ^~~~~~~~~~~~
      1 error generated.
      error: command '/usr/bin/clang++' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pynini
  Running setup.py clean for pynini
Failed to build pynini

[notice] A new release of pip is available: 24.3.1 -> 25.0.1
[notice] To update, run: python3.12 -m pip install --upgrade pip
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pynini)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants